Express框架 架構


Posted by mijouhsieh on 2023-04-09

partial template 依不同功能分不同檔案

列表型

  • 列表型的頁面叫作 index
  • index.handlebars檔

個別資料

  • show 頁面是顯示個別資料,可看到更詳細的資料,也稱 detail 頁面。
  • show.handlebars檔
    - show 頁面的網址會包括這個資料的 ID 。
    -
    而跟這個頁面有關的程式碼,稱show action。

如何把資料從 app.js 帶入局部樣板內使用,實際上只需要一支 .handlebars 檔案,而不同內容的部分只要在 app.js 中把不同資料帶進去就好了!


#Express







Related Posts

[30] 文法 - 自動分號、TDZ、try..finally、switch

[30] 文法 - 自動分號、TDZ、try..finally、switch

[ Nuxt.js 2.x 系列文章 ] Nuxt.js 套件應用-CKEditor 5

[ Nuxt.js 2.x 系列文章 ] Nuxt.js 套件應用-CKEditor 5

十分鐘、五步驟,SVG 動起來!

十分鐘、五步驟,SVG 動起來!


Comments